home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / trash / gorillazgroove.swf / scripts / DefineSprite_288 / frame_1 / PlaceObject2_265_9 / CLIPACTIONRECORD on(release).as next >
Text File  |  2007-01-09  |  502b  |  22 lines

  1. on(release){
  2.    _root.menuCharDestination = -488;
  3.    if(_root.char == 1)
  4.    {
  5.       _root.charDestination = "noodle";
  6.       _parent.charText.gotoAndStop("noodle");
  7.       _root.char = 2;
  8.    }
  9.    else if(_root.char == 2)
  10.    {
  11.       _root.charDestination = "murdoc";
  12.       _parent.charText.gotoAndStop("murdoc");
  13.       _root.char = 3;
  14.    }
  15.    else if(_root.char == 3)
  16.    {
  17.       _root.charDestination = "twoD";
  18.       _parent.charText.gotoAndStop("twoD");
  19.       _root.char = 1;
  20.    }
  21. }
  22.